From: Keir Fraser Date: Thu, 12 Mar 2009 10:57:19 +0000 (+0000) Subject: tools: Make some code compile only on Linux X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13992^2~106 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=1f7a5752030b07e7b407b6e8f48c4e509d717325;p=xen.git tools: Make some code compile only on Linux Signed-off-by: John Levon --- diff --git a/tools/Makefile b/tools/Makefile index 0d872b6fa4..00e398170f 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -19,11 +19,11 @@ SUBDIRS-y += xenmon SUBDIRS-$(VTPM_TOOLS) += vtpm_manager SUBDIRS-$(VTPM_TOOLS) += vtpm SUBDIRS-y += xenstat -SUBDIRS-y += libaio -SUBDIRS-y += blktap +SUBDIRS-$(CONFIG_Linux) += libaio +SUBDIRS-$(CONFIG_Linux) += blktap SUBDIRS-y += libfsimage SUBDIRS-$(LIBXENAPI_BINDINGS) += libxen -SUBDIRS-y += fs-back +SUBDIRS-$(CONFIG_Linux) += fs-back SUBDIRS-$(CONFIG_IOEMU) += ioemu-dir SUBDIRS-y += xenpmd